Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_class_methods
get_class_methods
Returns an array of method names of the class
Name:
get_class_methods
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns an array of method names of the class
Related
In-depth Guide to Parsing and Using JSON Braces in PHP
8
Complete Guide to Installing and Configuring PHP and phpMyAdmin on Linux
9
Data type conversion tips using PDOStatement::fetchObject
4
Practical Guide to Efficiently Extract Web Data Using PHP and phpSpider
6
Similar Functions
get_class_methods
get_class_methods
Returnsanarrayofmeth
is_a
is_a
Checkifanobjectbelon
trait_exists
trait_exists
Checkifthespecifiedt
get_class
get_class
Returntheobject'
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_called_class
get_called_class
Thenameofthe"La
property_exists
property_exists
Checkifanobjectorcla
class_alias
class_alias
Createanaliasforacla
Popular Articles